type net.temporaryError
5 uses
net (current package)
dnsclient_unix.go#L53: errServerTemporarilyMisbehaving = &temporaryError{"server misbehaving"}
net.go#L661: type temporaryError struct{ s string }
net.go#L663: func (e *temporaryError) Error() string { return e.s }
net.go#L664: func (e *temporaryError) Temporary() bool { return true }
net.go#L665: func (e *temporaryError) Timeout() bool { return false }
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |